home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
disk
/
misc
/
xfs.lha
/
xfs
/
Devs
/
DOSDrivers
/
ZIPX
< prev
next >
Wrap
Text File
|
1998-02-12
|
689b
|
31 lines
/* $VER: ZIPX 1.1 (12.2.98)
*
* ZIP X FileSystem entry for a 100M ZIP cartridge.
*/
FileSystem = L:xfsd
Flags = 0xFF000000 /* mounts all volumes on wb, see mount.xfsd */
Surfaces = 2
BlocksPerTrack = 64
SectorsPerBlock = 1
SectorSize = 512
Mask = 0x7ffffffe
MaxTransfer = 0x100000
Reserved = 0
Interleave = 0
LowCyl = 0
HighCyl = 1535
Buffers = 50
BufMemType = 0
StackSize = 16000
Priority = 10
GlobVec = -1
DosType = 0x58465344 /* 'XFSD' */
/* The Device and Unit fields are controlled by tooltypes
* in the ZIPX icon.
*
* Device = scsi.device
* Unit = 5
*/